home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / Evaluator / Controller.h next >
Text File  |  1993-07-21  |  413b  |  17 lines

  1.  
  2. #import    <appkit/appkit.h>
  3.  
  4. @interface Controller:Object
  5.  
  6. - open:sender; /* brings up the open panel */
  7. - openFileNamed:(const char *)filename; /* opens a named model file */
  8.  
  9. - evaluate:sender; /* makes the database evaluate the contents of the query view */
  10.  
  11. - clear:sender; /* clears the results view */
  12. - print:sender; /* prints the results view */
  13.  
  14. - close:sender; /* closes the current main window */
  15.  
  16. @end
  17.